﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}


/*导航*/
.dl-menuwrapper{
	display: none;
}



/*顶部*/

.itop {
	height: 160px;
}

.itop .ilogo {
	float: left;
	height: 100px;
	margin-top: 30px;
	text-align: center;
	padding-left: 0px;
	background: url(../img/ilogo.png) left no-repeat / 562px 100px;
}
.itop .ilogo-img{
	display: none;
}
.itop .ilogo h5 {
	font-weight: bold;
	font-size: 27px;
	line-height: 35px;
}

.itop .ilogo p {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.itop .ilogo-right{
	float: right;
}
.itop .ilogo-txt{
	float: left;
	width: 684px;
	height: 100px;
	margin-top: 30px;
}
.itop .ilogo-txt img{
	display: block;
	width: 100%;
}

.itop .iphone {
	float: right;
	padding-left: 90px;
	background: url(../img/lx.png) left top no-repeat / 76px 60px;
	margin-top: 48px;
}

.itop .iphone span {
	font-size: 30px;
	font-weight: bold;
	color: #a71f23;
}


/*nav*/

.inav {
	width: 100%;
	height: 56px;
	line-height: 56px;
}

.inav>.wrap {
	border-top: 2px solid #a71f23;
}

.inav ul {
	display: flex;
	justify-content: space-between;
}

.inav ul li {
	display: inline-flex;
	flex: 1;
	height: 54px;
	line-height: 54px;
	text-align: center;
	position: relative;
}

.inav ul li:after {
	display: block;
	content: "";
	width: 1px;
	height: 16px;
	background: #a71f23;
	position: absolute;
	top: 20px;
	right: 0;
}

.inav ul li:last-of-type:after {
	display: none;
}

.inav ul li>a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #a71f23;
	width: 100%;
}

.inav .on>a,
.inav ul li>a:hover {
	color: #333;
}

.inav ul li dl {
	display: none;
	position: absolute;
	width: 100%;
	top: 54px;
	left: 0;
	z-index: 99;
	background: #fff;
}

.inav ul li:hover dl {
	display: block;
}

.inav ul li dl a {
	display: block;
}

.inav ul li dl dd {
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	color: #666;
}

.inav ul li dl dd:hover {
	background: #f0f0f0;
	color: #a71f23;
}

/*电话*/
.iphone-top{
	margin-top: 10px;
	background: #a71f23;
	padding:5px 0;
}
.iphone-top .iphone-top-box{
	height: 55px;
	line-height: 55px;
    padding-left: 90px;
    background: url(../img/lx-white.png) left top no-repeat / 70px 55px;
    margin-left: 90px;
}
.iphone-top .iphone-top-box span{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

/*简介*/
.syabout{
	width: 100%;
	margin-top: 50px;
	
}
.syabout h5{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	background: #a71f23;
	line-height: 80px;
	margin-bottom: 20px;
}
.syabout .syabout-cn p{
	font-size: 18px;
	line-height: 35px;
	text-indent: 2em;
}

/*首页电话*/
.syphone{
	width: 100%;
}
.syphone p{
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background: #a71f23;
}
/*图片首页*/
.syindex{
	margin-top: 30px;
}
.syindex .syindex_img img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
/*属性分类*/

.isx {
	width: 100%;
	margin-top: 30px;
}
.isx ul{
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.isx ul li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
}
.isx ul li .isx-box{
	border: 1px solid #a71f23;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.isx ul li .isx-box .isx-t {
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bolder;
	background: #f2f2f2;
	color: #a71f23;
	border-bottom: 1px solid #a71f23;
}

.isx ul li .isx-box .isx-t i {
	margin-right: 8px;
}

.isx ul li .isx-box .isx-b {
	padding: 12px 20px;
}

.isx ul li .isx-box .isx-b dd {
	display: inline-block;
	padding: 0 8px;
	line-height: 26px;
}

.isx ul li .isx-box .isx-b dd a {
	font-size: 14px;
	color: #333;
}

.isx ul li .isx-box .isx-b dd a:hover {
	color: #e7691e;
	text-decoration: underline;
}

.isx .isx-more {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-top: 30px;
	background: #a71f23;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
}

.isx .isx-more a {
	display: block;
}

/* 标题 */

.ititle {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.ititle h5 {
	color: #a71f23;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ititle h5 span{
	font-size: 20px;
	font-weight: normal;
}

.ititle p {
	font-size: 16px;
	color: #a71f23;
}


/* 产品 */

.ipro {
	margin-top: 80px;
}

.ipro .ititle {
	margin-bottom: 15px;
}

.ipro .ipro-nav ul li {
	float: left;
	width: 14.285%;
	height: 45px;
	line-height: 45px;
	background: url('../img/fen_line.png') right 0 center no-repeat;
	text-align: center;
	margin-top: 15px;
}

.ipro .ipro-nav ul li:nth-of-type(7n) {
	background: none;
}

.ipro .ipro-nav ul li a {
	display: block;
	font-size: 17px;
	font-weight: bolder;
}

.ipro .ipro-nav ul li a:hover {
	color: #a71f23;
}
.ipro .ipro-list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.ipro .ipro-list ul li {
	flex: 33.3%;
	max-width: 33.3%;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 10px;
}

.ipro .ipro-list ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.ipro .ipro-list ul li a .ipro-img {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-size: 100% 100%;
	position: relative;
}

.ipro .ipro-list ul li a .ipro-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 17, 218, 0.8);
	box-sizing: border-box;
	padding: 10px;
	z-index: 9;
	opacity: 0;
}

.ipro .ipro-list ul li a:hover .ipro-txt {
	opacity: 1;
}

.ipro .ipro-list ul li a .ipro-txt .ipro-txt-nei {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 3px solid #fff;
	background: url(../img/ipro_icon.png) bottom 60px center no-repeat / 50px 50px;
}

.ipro .ipro-list ul li a .ipro-txt .ipro-txt-nei p {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 70px 0 20px 0;
}

.ipro .ipro-list ul li a .ipro-txt .ipro-txt-nei i {
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}


/* 案例 */

.icase {
	margin-top: 80px;
}

.icase .icase-b {
	margin-top: 30px;
}

.marqueeleft {
	width: 100%;
	overflow: hidden;
	margin: 10px auto 0 auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 14px;
	display: inline;
}

.marqueeleft li a {
	display: block;
}

.marqueeleft li a img {
	display: block;
	width: 320px;
	height: 240px;
	position: relative;
	top: 0
}

.marqueeleft li a .icase-txt {
	width: 260px;
	height: 60px;
	line-height: 60px;
	margin: -30px auto 0;
	position: relative;
	background: #f0f0f0;
	z-index: 9;
}

.marqueeleft li a .icase-txt p {
	float: left;
	width: 200px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
}

.marqueeleft li a .icase-txt span {
	float: right;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #333;
}

.marqueeleft li a:hover .icase-txt span {
	background: #a71f23;
}

.marqueeleft li a .icase-txt span i {
	font-size: 30px;
	line-height: 60px;
	color: #fff;
}


/*关于*/

.iabout {
	margin-top: 20px;
}

.iabout>.wrap {
	position: relative;
}

.iabout img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.iabout .iabout-b {
	font-size: 18px;
    	line-height: 1.8;
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 20px 30px;
}
/*电话*/
.iphone-mid {
	padding-left: 100px;
	background: url(../img/lx.png) left top no-repeat / 76px 60px;
	margin-top: 26px;
	margin-right: 20px;
}

.iphone-mid span {
	font-size: 30px;
	font-weight: bold;
	color: #a71f23;
}

/*荣誉*/

.ihonor {
	margin-top: 80px;
}

.ihonor-b {
	margin-top: 30px;
}

.mr_frbox {
	padding: 0;
}

.mr_frBtnL {
	float: left;
	margin: 160px 31px 0px 0px;
	cursor: pointer;
	display: inline;
}

.mr_frUl {
	float: left;
	width: 1050px;
	overflow: hidden;
}

.mr_frBtnR {
	float: right;
	margin-top: 160px;
	cursor: pointer;
}

.mr_frUl ul li {
	float: left;
	width: 240px;
	margin-right: 30px;
	overflow: hidden;
	color: #666;
}

.mr_frUl ul li img {
	display: block;
	width: 240px;
	height: 340px;
}

.mr_frUl ul li p {
	padding: 0 10px;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	text-align: center;
}


/*新闻*/

.inews {
	margin-top: 80px;
}
.inews .inews-list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.inews .inews-list ul li {
	display: flex;
	flex: 0 0 50%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-top: 30px;
}

.inews .inews-list ul li a {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: #f2f2f2;
	justify-content: space-between;
}
.inews .inews-list ul li a:hover{
	background: #a71f23;
}

.inews .inews-list ul li a .news-img {
	flex: 0 0 35%;
}
.inews .inews-list ul li a .news-img img{
	max-width: 100%;
}
.inews .inews-list ul li a dl {
	flex: 0 0 65%;
	box-sizing: border-box;
	padding-left: 20px;
}

.inews .inews-list ul li a dl p {
	font-size: 13px;
	color: #999;
}

.inews .inews-list ul li a dl dt {
	height: 23px;
	line-height: 23px;
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0 5px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inews .inews-list ul li a dl dd {
	font-size: 13px;
	height: 69px;
	line-height: 23px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.inews .inews-list ul li:hover a dl p,
.inews .inews-list ul li:hover a dl dt,
.inews .inews-list ul li:hover a dl dd {
	color: #fff;
}

.inews .inews-more {
	width: 400px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #a71f23;
	text-align: center;
	font-size: 16px;
	margin: 30px auto 0;
	color: #a71f23;
}

.inews .inews-more:hover {
	background: #a71f23;
	color: #fff;
}

.inews .inews-more a {
	display: block;
}


/*效果图*/

.ipic {
	margin-top: 80px;
	padding: 40px 0;
	background: #a71f23;
	background-size: cover;
	background-attachment: fixed;
}

.ipic .ititle h5,
.ipic .ititle p {
	color: #fff;
}
.ipic .ipic-list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.ipic .ipic-list ul li {
	flex: 33.3%;
	max-width: 33.3%;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 10px;
}

.ipic .ipic-list ul li i {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-size: 100% 100%;
	box-sizing: border-box;
	border: 5px solid #fff;
}

/*footer*/

.footer {
	margin-top: 100px;
}

.footer .footer-t {
	width: 100%;
	height: 90px;
	background: #a71f23;
}
.footer .footer-t>.wrap{
	display: flex;
	justify-content: space-between;
}
.footer .footer-t .footer-nav {
	display: flex;
}
.footer .footer-t .footer-nav ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
	margin-right: 40px;
}
.footer .footer-t .footer-t-ewm {
	display: flex;
	color: #fff;
}

.footer .footer-t .footer-t-ewm img {
	display: block;
	width: 100px;
	height: 100px;
	float: right;
	margin-top: -35px;
	margin-right: 10px;
}

.footer .footer-t .footer-t-ewm p {
	float: left;
	line-height: 25px;
	margin-top: 18px;
}

.footer .footer-m .footer-phone {
	float: right;
	font-size: 14px;
	line-height: 30px;
	padding-left: 40px;
	border-left: 1px solid #a71f23;
	margin-top: 70px;
}

.footer .footer-m .footer-phone h5 {
	font-size: 20px;
	font-weight: bold;
	color: #a71f23;
	margin-bottom: 5px;
}

.footer .footer-m .footer-phone p {
	margin-bottom: 0;
}

.footer .footer-m .footer-map {
	float: left;
	margin-top: 20px;
	width: 800px;
}

.footer .footer-m .footer-map .BMap_mask {
	box-sizing: border-box;
	border: 1px solid #a71f23;
}

.footer .footer-b>.wrap {
	border-top: 1px solid #ccc;
}

.footer .footer-b {
	margin-top: 30px;
	height: 60px;
	line-height: 60px;
}

/*手机页脚*/
/*页脚*/
footer {
	display: none;
	width: 100%;
	background: #333;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 8%;
	line-height: 2;
}

.m-foot {
	display: none;
	background: #eee;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.m-foot li {
	float: left;
	width: 25%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.m-foot li a {
	display: block;
}

.m-foot li:last-of-type {
	border-right: 0;
}


/*内页*/

.content {
	margin-top: 40px;
}
.content>.wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content .content-left {
	display: flex;
	flex: 3;
	flex-direction: column;
	margin-right: 24px;
}

.content .content-left .content-pos {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 15px;
}

.content .content-left .content-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 15px;
	margin-top: 10px;
	line-height: 2;
}
.content .content-left .content-box img{
	display: block;
	max-width: 100%;
}

.content .content-right {
	display: flex;
	flex: 1;
}
.content .content-right .content-right-list{
	width: 100%;
}
.content .content-right .content-right-list .content-right-list-t {
	padding: 0 15px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}

.content .content-right .content-right-list .content-right-list-b ul li {
	border: 1px solid #ddd;
	border-top: none;
}

.content .content-right .content-right-list .content-right-list-b ul li a {
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}

.content .content-right .content-right-list .content-right-list-b ul li a:hover {
	background: #a71f23;
	color: #fff;
}


/*brand.html*/
.brand-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.brand-about {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.brand-about img {
	display: block;
	width: 100%;
	height: 65%;
}

.brand-about .brand-txt {
	font-size: 13px !important;
	line-height: 2 !important;
	color: #666 !important;
	margin-top: 10px;
}

.brand-ztbk {
	flex: 1;
	margin-left: 20px;
}

.brand-title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.brand-title h5 {
	float: left;
	font-size: 16px;
}

.brand-title h5 span {
	font-weight: bold;
	color: #a71f23;
}

.brand-title a {
	float: right;
	color: #f00;
	font-size: 15px;
}

.brand-ztbk .brand-ztbk-list ul li {
	border-bottom: 1px dashed #ddd;
	height: 45px;
	line-height: 45px;
}

.brand-ztbk .brand-ztbk-list ul li a {
	display: flex;
	justify-content: space-between;
}

.brand-ztbk .brand-ztbk-list ul li a p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.brand-ztbk .brand-ztbk-list ul li a:hover p {
	color: #a71f23;
}

.brand-ztbk .brand-ztbk-list ul li a span {
	white-space:nowrap;
	color: #999;
	margin-left: 20px;
}

.brand-cjwt{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 15px;
}
.brand-cjwt .brand-title{
	padding: 0 15px;
}
.brand-cjwt .brand-cjwt-list{
	padding: 0 15px;
}
.brand-cjwt .brand-cjwt-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brand-cjwt .brand-cjwt-list ul li{
	flex: 0 0 50%;
	max-width: 50%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	padding-right: 8px;
}
.brand-cjwt .brand-cjwt-list ul li:nth-of-type(2n){
	padding-right: 0;
	padding-left: 8px;
}
.brand-cjwt .brand-cjwt-list ul li a{
	display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-top: 1px solid #ddd;
}
.brand-cjwt .brand-cjwt-list ul li a p{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.brand-cjwt .brand-cjwt-list ul li a:hover p{
	color: #a71f23;
}
.brand-cjwt .brand-cjwt-list ul li a span{
	white-space: nowrap;
    color: #999;
    margin-left: 20px;
}

.brand-cjwt .brand-cjwt-list ul li:nth-of-type(1) a,
.brand-cjwt .brand-cjwt-list ul li:nth-of-type(2) a{
	border-top: none;
}


.brand-twobox{
	display: flex;
	justify-content: space-between;
}
.brand-azjs {
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 15px;
	margin-right: 8px;
}

.brand-azjs .brand-title {
	padding: 0 15px;
}

.brand-azjs .brand-azjs-list {
	padding: 0 15px;
}

.brand-azjs .brand-azjs-list ul li {
	border-bottom: 1px solid #ddd;
	height: 45px;
	line-height: 45px;
}

.brand-azjs .brand-azjs-list ul li:last-of-type {
	border-bottom: none;
}

.brand-azjs .brand-azjs-list ul li a {
	display: flex;
	justify-content: space-between;
}

.brand-azjs .brand-azjs-list ul li a p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.brand-azjs .brand-azjs-list ul li a:hover p {
	color: #a71f23;
}

.brand-azjs .brand-azjs-list ul li a span {
	white-space: nowrap;
    color: #999;
    margin-left: 20px;
}

.brand-hybz {
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 15px;
	margin-left: 8px;
}

.brand-hybz .brand-title {
	padding: 0 15px;
}

.brand-hybz .brand-hybz-list {
	padding: 0 15px;
}

.brand-hybz .brand-hybz-list ul li {
	border-bottom: 1px solid #ddd;
	height: 45px;
	line-height: 45px;
}

.brand-hybz .brand-hybz-list ul li:last-of-type {
	border-bottom: none;
}

.brand-hybz .brand-hybz-list ul li a {
	display: flex;
	justify-content: space-between;
}

.brand-hybz .brand-hybz-list ul li a p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.brand-hybz .brand-hybz-list ul li a:hover p {
	color: #a71f23;
}

.brand-hybz .brand-hybz-list ul li a span {
	white-space: nowrap;
    color: #999;
    margin-left: 20px;
}

.brand-xgzxcp {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.brand-xgzxcp .brand-title {
	padding: 0 15px;
}

.brand-xgzxcp .brand-xgzxcp-list {
	padding: 0 15px;
}
.brand-xgzxcp .brand-xgzxcp-list ul{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 -10px;
}
.brand-xgzxcp .brand-xgzxcp-list ul li {
	flex: 33.3%;
    max-width: 33.3%;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 10px;
}

.brand-xgzxcp .brand-xgzxcp-list ul li:nth-of-type(3n) {
	margin-right: 0;
}

.brand-xgzxcp .brand-xgzxcp-list ul li a {
	display: block;
	box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 2px;
}
.brand-xgzxcp .brand-xgzxcp-list ul li i{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}
.brand-xgzxcp .brand-xgzxcp-list ul li i img {
position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height: 100%;
	margin:auto;
}

.brand-xgzxcp .brand-xgzxcp-list ul li p {
	text-align: center;
	height: 40px;
	line-height: 40px;
}


/*news.html*/

.box-news>h5 {
	text-align: center;
	font-size: 22px;
}

.box-news .box-news-info {
	text-align: center;
}

.box-news .box-news-info span {
	display: inline-block;
	margin: 0 15px;
	color: #666;
}

.box-news .box-news-info span:nth-of-type(1) a {
	color: #a71f23;
}

.box-news .box-news-info span:nth-of-type(2) a {
	color: #28a745;
}

.box-news .box-news-info span a:hover {
	text-decoration: underline;
}

.box-news .box-news-b {
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	margin-top: 5px;
}

/*newslist.html*/
.box-newslist ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.box-newslist ul li .box-newslist-img {
	display: flex;
	align-items: center;
	flex: 1;
}

.box-newslist ul li .box-newslist-img a {
	flex: 1;
    max-height: 100% !important;
    text-align: center;
}

.box-newslist ul li .box-newslist-img a img {
	display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 290px;
}

.box-newslist ul li .box-newslist-txt {
	flex: 3;
	box-sizing: border-box;
	margin-top: 5px;
	margin-left: 20px;
}

.box-newslist ul li .box-newslist-txt h5 {
	font-size: 18px;
}

.box-newslist ul li .box-newslist-txt .box-newslist-txt-info span {
	display: inline-block;
	margin-right: 20px;
}

.box-newslist ul li .box-newslist-txt .box-newslist-txt-info span em {
	color: #666;
}

.box-newslist ul li .box-newslist-txt .box-newslist-txt-nr {
	height: 125px;
	line-height: 25px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	color: #666;
	margin: 10px 0;
}

.box-newslist ul li .box-newslist-txt>dd a {
	color: #28a745;
}

.box-newslist ul li .box-newslist-txt>dd a:hover {
	text-decoration: underline;
}

.box-newslist ul li .box-newslist-txt>a {
	float: right;
	width: 90px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #a71f23;
	color: #fff;
	border-radius: 4px;
	margin-top: 5px;
}

/*productlist.html*/

.box-prolist ul li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.box-prolist ul li .box-prolist-img {
	display: flex;
	flex: 1;
	align-items: center;
}

.box-prolist ul li .box-prolist-img a {
	flex: 1;
	max-height: 100% !important;
	text-align: center;
}

.box-prolist ul li .box-prolist-img a img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 290px;
}

.box-prolist ul li .box-prolist-txt {
	flex: 1;
	margin: 0 30px;
}

.box-prolist ul li .box-prolist-txt h5 {
	font-size: 18px;
}

.box-prolist ul li .box-prolist-txt .box-prolist-txt-info span {
	display: inline-block;
	margin-right: 20px;
}

.box-prolist ul li .box-prolist-txt .box-prolist-txt-info span a {
	color: #a71f23;
}

.box-prolist ul li .box-prolist-txt .box-prolist-txt-info span a:hover {
	text-decoration: underline;
}

.box-prolist ul li .box-prolist-txt .box-prolist-txt-nr {
	line-height: 25px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	color: #666;
	margin: 10px 0;
}

.box-prolist ul li .box-prolist-txt-class a {
	display: inline-block;
	color: #a71f23;
}

.box-prolist ul li .box-prolist-txt-class a:hover {
	text-decoration: underline;
}

.box-prolist ul li .box-prolist-txt-class a:nth-of-type(2) {
	margin: 0 15px;
}

.box-prolist ul li .box-prolist-right {
	flex: 1;
	max-height: 270px;
	overflow-y: scroll;
}

.box-prolist ul li .box-prolist-right h5 {
	font-size: 16px;
}

.box-prolist ul li .box-prolist-right p span {
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
}


/*product.html*/
.pro-t{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.pro-img {
	flex: 0 0 40%;
	max-width: 40%;
	text-align: center;
}
.pro-img img{
	max-width: 100%;
}
.pro-txt {
	flex: 0 0 60%;
	max-width: 60%;
	box-sizing: border-box;
	padding-left: 30px;
}

.pro-txt>h5 {
	font-size: 24px;
	color: #6c757d;
}

.pro-txt .pro-txt-line {
	font-size: 14px;
	padding: 9px 0;
	border-bottom: 1px solid #eee;
}

.pro-txt .pro-txt-line span {
	display: inline-block;
	font-weight: bold;
	color: #6c757d;
	margin-right: 10px;
}

.pro-txt .pro-txt-line>a {
	color: #666;
	margin: 0 5px;
}

.pro-txt .pro-txt-line>a:hover {
	color: #a71f23;
}

.pro-b {
	margin-top: 50px;
}

.pro-b .pro-nr {
	max-width: 820px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff !important;
	background-color: #a71f23 !important;
}


/*photolist.html*/

.photolist .photolist-pos {
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 15px;
}

.photolist .photolist-pos .choice {
	float: right;
}

.photolist .photolist-pos .choice select {
	padding: 2px 5px;
}

.vhide {
	display: none;
}

.bd-callout {
	border-color: #eee;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px;
}

.bd-callout-info {
	border-left-color: #5bc0de!important;
}

.tab-pane {
	font-size: 14px;
}

.photolist-b {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 20px 0;
}

.photolist-nav {
	flex: 0 0 200px;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.photolist-list {
	flex: 1;
	margin-right: 10px;
	margin-left: 10px;
}
.photolist-list .card-columns_d ul{
	display: flex;
	flex-wrap: wrap;
}
.photolist-list .card-columns_d ul>li {
	display: flex;
	flex: 33.3%;
	max-width: 33.3%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
}


.photolist-list .card-columns_d ul>li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 4px;
}
.photolist-list .card-columns_d ul>li i{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}
.photolist-list .card-columns_d ul>li i img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.photolist-list .card-columns_d ul>li p {
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.photolist-more {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #28a745;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
}

.photolist-more:hover {
	background: #1e7e34;
}

.photolist-more a {
	display: block;
}

.photo-img {
	width: 100%;
	text-align: center;
}
.photo-img img{
	max-width: 100%;
}
/*大于1250*/

.top2{ float:right; color:#a71f23; font-size:40px; font-weight:bold; margin-top:18px; padding-left:10px}
.top3{float:right; padding-top:30px}

@media screen and (min-width: 1250px){
	.wrap{
		width: 1200px;
	}
	.zz{font-size:34px;}
}
/*大于960*/
@media screen and (min-width: 992px) and (max-width: 1250px){
	.wrap{
		max-width: 960px;
	}.zz{font-size:34px;}
	.itop{
		height: 280px;
	}
	.itop .ilogo-right{
		float: none;
	}
	.ipro .ipro-list ul li a .ipro-txt .ipro-txt-nei{
		background: url(../img/ipro_icon.png) bottom 40px center no-repeat / 50px 50px;
	}
	.ipro .ipro-list ul li a .ipro-txt .ipro-txt-nei p{
		margin: 40px 0 20px 0;
	}
	.syabout h5{
		font-size: 25px;
		line-height: 60px;
	}
	.syphone p{
		font-size: 17px;
    		line-height: 60px;
	}
	.mr_frUl{
		width: 810px;
	}
	.mr_frUl ul li{
		margin-right: 45px;
	}
	.footer .footer-m .footer-map{
		float: none;
	}
	.footer .footer-m .footer-phone{
		float: none;
		margin-top: 25px;
	}
}
/*大于768*/
@media screen and (min-width: 768px) and (max-width: 992px){
	.wrap{
		max-width: 720px;
	}
	.itop{
		height: 280px;
	}
	.itop .ilogo-right{
		float: none;
	}
	.syabout .syabout-cn p{
		font-size:15px;
	}
	.syabout h5{
		font-size: 20px;
		line-height: 50px;
	}
	.syphone p{
		font-size: 15px;
    		line-height: 50px;
	}
	.isx ul{
		flex-wrap: wrap;
	}
	.isx ul li{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.isx ul li:nth-of-type(n+3){
		margin-top: 20px;
	}
	.ipro .ipro-nav ul li{
		width: 20%;
	}
	.ipro .ipro-nav ul li:nth-of-type(7n){
		background: url(../img/fen_line.png) right 0 center no-repeat;
	}
	.ipro .ipro-nav ul li:nth-of-type(5n){
		background:none;
	}
	.ipro .ipro-list ul li a .ipro-txt .ipro-txt-nei{
		background: url(../img/ipro_icon.png) bottom 22px center no-repeat / 34px 34px;
	}
	.ipro .ipro-list ul li a .ipro-txt .ipro-txt-nei p{
		font-size: 20px;
		margin: 25px 0 16px 0;
	}
	.mr_frUl{
		width: 570px;
	}
	.mr_frUl ul li{
		margin-right: 88px;
	}
	.inews .inews-list ul li{
		flex: 0 0 100%;
		margin-top: 15px;
	}
	.footer .footer-t .footer-nav ul li{
		margin-right: 14px;
	}
	.footer .footer-m .footer-map{
		width: 720px;
		float: none;
	}
	.footer .footer-m .footer-map #map{
		width: 720px !important;
	}
	.footer .footer-m .footer-phone{
		float: none;
		margin-top: 25px;
		padding-left: 30px;
	}
	.box-prolist ul li{
		flex-direction:column;
		padding:10px 0;
	}
	.box-prolist ul li .box-prolist-txt{
		margin: 0;
	}
	.box-prolist ul li .box-prolist-txt .box-prolist-txt-nr{
		margin: 5px 0 0 0;
		-webkit-line-clamp: 4;
	}
}
@media screen and (max-width: 768px){
	
	.top1{ width:100%;}
	.top1 img{ width:100%}
	
	.top2{ float:right; color:#a71f23; font-size:30px; font-weight:bold; margin-top:18px; padding-left:10px}
	.top3{float:right; padding-top:20px}
    
	.zz{font-size:26px;}
	
	.wrap{
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
		max-width: 540px;
	}
	.iphone-top{
		margin-top: 0;
	}
	.iphone-top .iphone-top-box{
		margin-left:20px;
		height: 30px;
		line-height: 30px;
		padding-left: 50px;
		background: url(../img/lx-white.png) left top no-repeat / 38px 30px;
	}
	.iphone-top .iphone-top-box span{
		font-size: 17px;
	}
	.iabout>.wrap{
		padding: 0 3px;
	}
	.iabout img{
		margin-top: 5px;
	}
	.itop{
		height: auto;
		margin-bottom: 10px;
	}
	.itop .ilogo-right{
		float: none;
		width: 100%;
	}
	.itop .ilogo-txt{
		width: 200px;
		height: 65px;
		margin-top: 0;
		margin-right: 20px;
	}
	.itop .iphone{
		float: left;
		padding-left: 75px;
    	background: url(../img/lx.png) left top no-repeat / 63px 50px;
   		margin-top: 10px;
	}
	.itop .iphone span{
		font-size: 25px;
	}
	.itop .ilogo{
		display: none;
	}
	.itop .ilogo-img{
		display: block;
		width: 80%;
	}
	.itop .ilogo-img img{
		display: none;
		width: 100%;
		padding: 10px 0;
	}
	.inav{
		display: none;
	}
	.syabout .syabout-cn p{
		font-size:13px;
		line-height: 30px;
	}
	.syabout h5{
		font-size: 16px;
		line-height: 40px;
	}
	.syphone p{
		font-size: 13px;
    		line-height: 22px;
		padding:5px 0;
	}
	.isx ul{
		flex-wrap: wrap;
	}
	.isx ul li{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.isx ul li:nth-of-type(n+2){
		margin-top: 10px;
	}
	.ipro{
		margin-top: 30px;
	}
	.ititle h5{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.ititle h5 span{
		font-size: 14px;
	}
	.ititle p{
		font-size: 14px;
	}
	.ipro .ipro-nav ul li{
		width: 33.3%;
		height: 30px;
    	line-height: 30px;
    	margin-top: 10px;
	}
	.ipro .ipro-nav ul li a{
		font-size: 13px;
	}
	.ipro .ipro-nav ul li:nth-of-type(7n){
		background: url(../img/fen_line.png) right 0 center no-repeat;
	}
	.ipro .ipro-nav ul li:nth-of-type(3n){
		background: none;
	}
	.ipro .ipro-list ul li{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.ipro .ipro-list ul li a .ipro-txt{
		display: none;
	}
	.icase{
		margin-top: 30px;
	}
	.iabout{
		margin-top: 10px;
		padding: 5px 0;
	}
	.ihonor{
		display: none;
	}
	.inews .inews-list ul{
		margin: 0;
	}
	.inews .inews-list ul li{
		flex: 0 0 100%;
	}
	.inews .inews-list ul li a{
		flex-wrap: wrap;
	}
	.inews .inews-list ul li a .news-img{
		flex: 0 0 100%;
	}
	.inews .inews-list ul li a dl{
		flex: 0 0 100%;
		padding: 0;
	}
	.inews .inews-more{
		width: 70%;
	}
	.ipic{
		margin-top: 30px;
		padding: 20px 0;
	}
	.ipic .ipic-list ul li{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer{
		display: none;
	}
	footer{
		display: block;
	}
	.m-foot{
		display: block;
	}
	.content .content-left{
		flex: 0 0 100%;
		margin: 0;
	}
	.content .content-right{
		display: none;
	}
	.content .content-left .content-box{
		padding: 8px 10px;
	}
	.brand-box{
		flex-wrap: wrap;
	}
	.brand-about{
		flex: 0 0 100%;
	}
	.brand-ztbk{
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.brand-ztbk .brand-ztbk-list ul li{
		height: 35px;
		line-height: 35px;
	}
	.brand-cjwt .brand-cjwt-list{
		padding: 0 10px;
	}
	.brand-cjwt .brand-cjwt-list ul li{
		height: 35px;
		line-height: 35px;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.brand-cjwt .brand-cjwt-list ul li:nth-of-type(2n){
		padding-left: 0;
	}
	.brand-twobox{
		flex-wrap: wrap;
	}
	.brand-azjs{
		flex: 0 0 100%;
		margin-right: 0;
	}
	.brand-azjs .brand-azjs-list ul li{
		height: 35px;
		line-height: 35px;
	}
	.brand-hybz{
		flex: 0 0 100%;
		margin-left: 0;
	}
	.brand-hybz .brand-hybz-list ul li{
		height: 35px;
		line-height: 35px;
	}
	.brand-xgzxcp .brand-xgzxcp-list{
		padding: 0 10px;
	}
	.brand-xgzxcp .brand-xgzxcp-list ul li{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.box-prolist ul li .box-prolist-img{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.box-prolist ul li .box-prolist-txt{
		flex: 0 0 100%;
		margin: 0;
	}
	.box-prolist ul li .box-prolist-right{
		flex: 0 0 100%;
	}
	.pro-t{
		flex-wrap: wrap;
	}
	.pro-img{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pro-txt{
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.pro-txt>h5{
		font-size: 20px;
	}
	.pro-txt .pro-txt-line{
		font-size: 13px;
		padding: 5px 0;
	}
	.pro-b{
		margin-top: 20px;
	}
	.photolist-nav{
		flex: 0 0 120px;
	}
	.photolist-list .card-columns_d ul>li{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content .content-left .content-box video{
		max-width: 100% !important;
		height: auto;
	}
	.dl-menuwrapper{
		display: block;
	}
	
	.zz{font-size:20px;}
}
